PATH![]() |
![]() ![]() |
Associates an arbitrary piece of data with a window.
pascal OSStatus SetWindowProperty (
WindowPtr window,
PropertyCreator propertyCreator,
PropertyTag propertyTag,
UInt32 propertySize,
void *propertyBuffer);
Data set with the SetWindowProperty function may be obtained with the function GetWindowProperty and removed with the function RemoveWindowProperty . See Managing Multiple Windows for a discussion of using the SetWindowProperty function.